home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(260)
- set the text of field "rollover text" to "Drag this box to the shopping cart to get more info on the software."
- puppetSprite(38, 1)
- set the moveableSprite of sprite 38 to 1
- end
-
- on mouseLeave me
- set the text of field "rollover text" to EMPTY
- cursor(-1)
- end
-
- on mouseDown me
- cursor(290)
- end
-
- on mouseUp me
- global gselectedBoxes
- cursor(-1)
- if sprite 38 intersects 39 then
- setAt(gselectedBoxes, 1, 1)
- set the visible of sprite 38 to 0
- set the locH of sprite 38 to 296
- set the locH of sprite 38 to 210
- resetBoxes()
- resetDrag()
- go("info")
- else
- set the locH of sprite 38 to 296
- set the locH of sprite 38 to 210
- set the visible of sprite 38 to 0
- resetBoxes()
- resetDrag()
- end if
- updateStage()
- end
-